home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / t_rng200.zip / PING.DOC < prev    next >
Text File  |  1997-08-02  |  1KB  |  46 lines

  1.  
  2.                               P I N G
  3.  
  4.                             Version 1.0
  5.  
  6.                        Script for Terminate
  7.  
  8.  
  9. Copyright (c) 1997
  10. Marcus Roeckrath
  11. Vikarsbusch 8
  12. 48308 Senden
  13. Germany
  14.  
  15. Fido  : 2:2449/523
  16. E-Mail: mroeckrath@hmb.westf.fido.de
  17.  
  18. Support-Telefon: 49-2536-9942
  19. Mailer/BBS     : 49-2536-9943 (ISDN X.75, Modem V.34)
  20.  
  21.  
  22. Usage: TERMINAT /DEVICE:<n> /SCRIPT:PING <Zeichenkette>
  23.  
  24. This script sends the string to the device n. You can use all characters
  25. which are allowed as modem strings in the configuration of Terminate.
  26.  
  27. The script first waits 5 seconds, then sends the string to the device and
  28. finishes after waiting additional 15 seconds.
  29.  
  30. In combination with RINGUP you can use this script
  31.  
  32. - to send commands to the modem event driven.
  33. - to call another system for initializing a callback.
  34.  
  35. Examples:
  36.  
  37. Modem speaker off:
  38.   C:\TER500\TERMINAT.EXE /DEVICE:<n> /SCRIPT:..\RINGUP\PING ATM0
  39.  
  40. Modem speaker on:
  41.   C:\TER500\TERMINAT.EXE /DEVICE:<n> /SCRIPT:..\RINGUP\PING ATM1
  42.  
  43. BBS ping:
  44.   C:\TER500\TERMINAT.EXE /DEVICE:<n> /SCRIPT:..\RINGUP\PING ATDT025369943
  45.  
  46.